Skip to content

[WIP] Update objectstack to latest version and plan next steps#389

Merged
hotlong merged 2 commits intomainfrom
copilot/upgrade-objectstack-to-latest-again
Feb 14, 2026
Merged

[WIP] Update objectstack to latest version and plan next steps#389
hotlong merged 2 commits intomainfrom
copilot/upgrade-objectstack-to-latest-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 14, 2026

  • Explore repository: understand current @objectstack versions (^3.0.3 → 3.0.4) and ROADMAP state
  • Verify baseline build (36/36 tasks pass)
  • Upgrade all @objectstack package specifiers from ^3.0.3 to ^3.0.4 across 23 package.json files (40 references)
  • Run pnpm install to update lockfile — all resolve to 3.0.4
  • Verify build passes with updated dependencies (36/36 tasks pass)
  • Run tests — 103/109 pass (6 pre-existing plugin-formula failures)
  • Update ROADMAP.md: reflect v3.0.4 upgrade, add status column to next steps, add new tasks (Fix Jest workspace package resolution to enable tests without build step #6 type safety, Enhance ObjectQL Metadata Standard with AI-Native Features #7 structured logging), update external deps table, mark completed items
  • Code review — passed (1 false positive on anchor link)
  • Security check — no code changes to analyze, clean
Original prompt

@objectstack升级到最新版,并安排下一步的road Map


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectql Ready Ready Preview, Comment Feb 14, 2026 10:45am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
@hotlong hotlong marked this pull request as ready for review February 14, 2026 10:47
Copilot AI review requested due to automatic review settings February 14, 2026 10:47
@hotlong hotlong merged commit 2c39775 into main Feb 14, 2026
2 checks passed
@hotlong hotlong deleted the copilot/upgrade-objectstack-to-latest-again branch February 14, 2026 10:47
Copilot AI requested a review from hotlong February 14, 2026 10:47
Copilot stopped work on behalf of hotlong due to an error February 14, 2026 10:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the monorepo’s @objectstack/* dependency ranges to ^3.0.4 and refreshes the roadmap to reflect the new baseline and next-step priorities.

Changes:

  • Bumped @objectstack/* specifiers from ^3.0.3^3.0.4 across workspace packages and updated pnpm-lock.yaml.
  • Updated ROADMAP.md to reflect the v3.0.4 upgrade and expanded “Immediate Next Steps” with a status column and additional tasks.
  • Updated root package.json to use @objectstack/*@^3.0.4 (incl. @objectstack/studio).

Reviewed changes

Copilot reviewed 24 out of 25 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pnpm-lock.yaml Lockfile updated so @objectstack/* resolve to 3.0.4.
package.json Root devDependencies/dependencies bumped to @objectstack/*@^3.0.4.
ROADMAP.md Roadmap updated to reference v3.0.4 upgrade and revised next steps.
packages/protocols/odata-v4/package.json Bumped @objectstack/spec and dev @objectstack/core to ^3.0.4.
packages/protocols/json-rpc/package.json Bumped @objectstack/spec and dev @objectstack/core to ^3.0.4.
packages/protocols/graphql/package.json Bumped @objectstack/spec and dev @objectstack/core to ^3.0.4.
packages/foundation/types/package.json Bumped dev @objectstack/spec to ^3.0.4.
packages/foundation/plugin-workflow/package.json Bumped @objectstack/core/spec to ^3.0.4.
packages/foundation/plugin-validator/package.json Bumped @objectstack/core/spec to ^3.0.4.
packages/foundation/plugin-security/package.json Bumped @objectstack/core/spec to ^3.0.4.
packages/foundation/plugin-query/package.json Bumped @objectstack/core/spec to ^3.0.4.
packages/foundation/plugin-optimizations/package.json Bumped @objectstack/core/spec to ^3.0.4.
packages/foundation/plugin-multitenancy/package.json Bumped @objectstack/core/spec to ^3.0.4.
packages/foundation/plugin-formula/package.json Bumped @objectstack/core/spec to ^3.0.4.
packages/foundation/platform-node/package.json Bumped @objectstack/spec to ^3.0.4.
packages/foundation/core/package.json Bumped @objectstack/core/objectql/runtime/spec to ^3.0.4.
packages/drivers/sqlite-wasm/package.json Bumped @objectstack/spec to ^3.0.4.
packages/drivers/sql/package.json Bumped @objectstack/spec to ^3.0.4.
packages/drivers/sdk/package.json Bumped @objectstack/spec to ^3.0.4.
packages/drivers/redis/package.json Bumped @objectstack/spec to ^3.0.4.
packages/drivers/pg-wasm/package.json Bumped @objectstack/spec to ^3.0.4.
packages/drivers/mongo/package.json Bumped @objectstack/spec to ^3.0.4.
packages/drivers/memory/package.json Bumped @objectstack/spec to ^3.0.4.
packages/drivers/fs/package.json Bumped @objectstack/spec to ^3.0.4.
packages/drivers/excel/package.json Bumped @objectstack/spec to ^3.0.4.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment thread ROADMAP.md
Comment on lines 4 to +6
> Current Version: **4.2.1** (all packages aligned)
> Runtime: `@objectstack/cli` v3.0.3+ (Kernel pattern) — `@objectql/server` removed, `packages/runtime/` removed.
> @objectstack Platform: **v3.0.3+**
> Runtime: `@objectstack/cli` v3.0.4 (Kernel pattern) — `@objectql/server` removed, `packages/runtime/` removed.
> @objectstack Platform: **v3.0.4**
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The header claims "Current Version: 4.2.1 (all packages aligned)" and lists runtime/platform as v3.0.4, but the repo root package.json is still version 4.2.0 and the @objectstack deps are specified as ranges (^3.0.4). Consider clarifying this as "published packages aligned" / "currently resolved to 3.0.4" or updating the root version to match, to avoid misleading version reporting.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants